Skip to content

Commit 35f68d6

Browse files
kriswemakravemir
authored andcommitted
Add EditorConfig
This ensures a common formatting standard is kept by everyone who opts in to use EditorConfig in their editors. I've spotted XML files with spaces instead of tabs, while most of the monitor definitions use tabs, and figured it would be best to add this.
1 parent f959a0a commit 35f68d6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
8+
[*.xml]
9+
indent_style = tab
10+
trim_trailing_whitespace = true
11+
12+
[*.md]
13+
indent_style = space
14+
indent_size = 4

0 commit comments

Comments
 (0)