|
1 | 1 | root = true
|
2 | 2 |
|
3 |
| -[*.{c,h,l,y,pl,pm}] |
4 |
| -indent_style = tab |
| 3 | +[*] |
5 | 4 | indent_size = tab
|
| 5 | + |
| 6 | +[*] |
| 7 | +trim_trailing_whitespace = true |
| 8 | +insert_final_newline = true |
| 9 | +indent_style = unset |
| 10 | +tab_width = unset |
| 11 | + |
| 12 | +[*.[chly]] |
| 13 | +trim_trailing_whitespace = true |
| 14 | +insert_final_newline = true |
| 15 | +indent_style = tab |
| 16 | +tab_width = 4 |
| 17 | + |
| 18 | +[*.cpp] |
| 19 | +trim_trailing_whitespace = true |
| 20 | +insert_final_newline = true |
| 21 | +indent_style = tab |
| 22 | +tab_width = 4 |
| 23 | + |
| 24 | +[*.pl] |
| 25 | +trim_trailing_whitespace = true |
| 26 | +insert_final_newline = true |
| 27 | +indent_style = tab |
6 | 28 | tab_width = 4
|
7 | 29 |
|
8 |
| -[*.{sgml,xml}] |
| 30 | +[*.pm] |
| 31 | +trim_trailing_whitespace = true |
| 32 | +insert_final_newline = true |
| 33 | +indent_style = tab |
| 34 | +tab_width = 4 |
| 35 | + |
| 36 | +[*.po] |
| 37 | +trim_trailing_whitespace = true |
| 38 | +insert_final_newline = unset |
| 39 | +indent_style = space |
| 40 | +tab_width = unset |
| 41 | + |
| 42 | +[*.py] |
| 43 | +trim_trailing_whitespace = true |
| 44 | +insert_final_newline = true |
9 | 45 | indent_style = space
|
| 46 | +tab_width = unset |
| 47 | +indent_size = 4 |
| 48 | + |
| 49 | +[*.sgml] |
| 50 | +trim_trailing_whitespace = true |
| 51 | +insert_final_newline = true |
| 52 | +indent_style = space |
| 53 | +tab_width = unset |
10 | 54 | indent_size = 1
|
11 | 55 |
|
12 |
| -[*.xsl] |
| 56 | +[*.xml] |
| 57 | +trim_trailing_whitespace = true |
| 58 | +insert_final_newline = true |
13 | 59 | indent_style = space
|
| 60 | +tab_width = unset |
14 | 61 | indent_size = 2
|
| 62 | + |
| 63 | +[*.xsl] |
| 64 | +trim_trailing_whitespace = true |
| 65 | +insert_final_newline = true |
| 66 | +indent_style = space |
| 67 | +tab_width = unset |
| 68 | +indent_size = 1 |
| 69 | + |
| 70 | +[*.data] |
| 71 | +indent_style = unset |
| 72 | +indent_size = unset |
| 73 | +trim_trailing_whitespace = unset |
| 74 | +insert_final_newline = unset |
| 75 | + |
| 76 | +[contrib/pgcrypto/sql/pgp-armor.sql] |
| 77 | +trim_trailing_whitespace = unset |
| 78 | +insert_final_newline = true |
| 79 | +indent_style = unset |
| 80 | +tab_width = unset |
| 81 | + |
| 82 | +[src/backend/catalog/sql_features.txt] |
| 83 | +trim_trailing_whitespace = unset |
| 84 | +insert_final_newline = true |
| 85 | +indent_style = unset |
| 86 | +tab_width = unset |
| 87 | + |
| 88 | +[*.out] |
| 89 | +indent_style = unset |
| 90 | +indent_size = unset |
| 91 | +trim_trailing_whitespace = unset |
| 92 | +insert_final_newline = unset |
| 93 | + |
| 94 | +[src/interfaces/ecpg/test/expected/*] |
| 95 | +indent_style = unset |
| 96 | +indent_size = unset |
| 97 | +trim_trailing_whitespace = unset |
| 98 | +insert_final_newline = unset |
| 99 | + |
| 100 | +[configure] |
| 101 | +indent_style = unset |
| 102 | +indent_size = unset |
| 103 | +trim_trailing_whitespace = unset |
| 104 | +insert_final_newline = unset |
| 105 | + |
| 106 | +[ppport.h] |
| 107 | +indent_style = unset |
| 108 | +indent_size = unset |
| 109 | +trim_trailing_whitespace = unset |
| 110 | +insert_final_newline = unset |
| 111 | + |
| 112 | +[src/backend/jit/llvm/SectionMemoryManager.cpp] |
| 113 | +indent_style = unset |
| 114 | +indent_size = unset |
| 115 | +trim_trailing_whitespace = unset |
| 116 | +insert_final_newline = unset |
| 117 | + |
| 118 | +[src/backend/jit/llvm/SectionMemoryManager.LICENSE] |
| 119 | +indent_style = unset |
| 120 | +indent_size = unset |
| 121 | +trim_trailing_whitespace = unset |
| 122 | +insert_final_newline = unset |
| 123 | + |
| 124 | +[src/backend/regex/COPYRIGHT] |
| 125 | +indent_style = unset |
| 126 | +indent_size = unset |
| 127 | +trim_trailing_whitespace = unset |
| 128 | +insert_final_newline = unset |
| 129 | + |
| 130 | +[src/backend/snowball/libstemmer/*.c] |
| 131 | +indent_style = unset |
| 132 | +indent_size = unset |
| 133 | +trim_trailing_whitespace = unset |
| 134 | +insert_final_newline = unset |
| 135 | + |
| 136 | +[src/backend/utils/mb/Unicode/*-std.txt] |
| 137 | +indent_style = unset |
| 138 | +indent_size = unset |
| 139 | +trim_trailing_whitespace = unset |
| 140 | +insert_final_newline = unset |
| 141 | + |
| 142 | +[src/include/jit/SectionMemoryManager.h] |
| 143 | +indent_style = unset |
| 144 | +indent_size = unset |
| 145 | +trim_trailing_whitespace = unset |
| 146 | +insert_final_newline = unset |
| 147 | + |
| 148 | +[src/include/snowball/libstemmer/*] |
| 149 | +indent_style = unset |
| 150 | +indent_size = unset |
| 151 | +trim_trailing_whitespace = unset |
| 152 | +insert_final_newline = unset |
| 153 | + |
| 154 | +[src/timezone/data/*] |
| 155 | +indent_style = unset |
| 156 | +indent_size = unset |
| 157 | +trim_trailing_whitespace = unset |
| 158 | +insert_final_newline = unset |
| 159 | + |
| 160 | +[src/tools/pg_bsd_indent/*] |
| 161 | +indent_style = unset |
| 162 | +indent_size = unset |
| 163 | +trim_trailing_whitespace = unset |
| 164 | +insert_final_newline = unset |
| 165 | + |
| 166 | +[src/tools/pg_bsd_indent/tests/*] |
| 167 | +indent_style = unset |
| 168 | +indent_size = unset |
| 169 | +trim_trailing_whitespace = unset |
| 170 | +insert_final_newline = unset |
| 171 | + |
| 172 | +[src/tools/pg_bsd_indent/*.[ch]] |
| 173 | +trim_trailing_whitespace = unset |
| 174 | +insert_final_newline = unset |
| 175 | +indent_style = unset |
| 176 | +tab_width = 8 |
0 commit comments