Software /
code /
prosody
Annotate
.editorconfig @ 13191:1266efb7101c
editorconfig: Add link to format description
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 15 Jul 2023 10:22:37 +0200 |
parent | 11706:56feb0cf7052 |
child | 13192:4a107a63b0a3 |
rev | line source |
---|---|
13191
1266efb7101c
editorconfig: Add link to format description
Kim Alvefur <zash@zash.se>
parents:
11706
diff
changeset
|
1 # https://editorconfig.org/ |
1266efb7101c
editorconfig: Add link to format description
Kim Alvefur <zash@zash.se>
parents:
11706
diff
changeset
|
2 |
11706 | 3 root = true |
4 | |
5 [*] | |
6 end_of_line = lf | |
7 indent_style = tab | |
8 insert_final_newline = true | |
9 trim_trailing_whitespace = true | |
10 | |
11 [CHANGES] | |
12 indent_size = 4 | |
13 indent_style = space | |
14 | |
15 [configure] | |
16 indent_size = 3 | |
17 indent_style = space | |
18 | |
19 [**.xml] | |
20 indent_size = 2 | |
21 indent_style = space |