##// END OF EJS Templates
Add EditorConfig to preserve trailing whitespace http://editorconfig.org/
Hugo -
Show More
@@ -0,0 +1,19 b''
1 # Top-most EditorConfig file
2 root = true
3
4 [*]
5 # Unix-style newlines with a newline ending every file
6 end_of_line = lf
7 insert_final_newline = true
8 charset = utf-8
9
10 # Four-space indentation
11 indent_size = 4
12 indent_style = space
13
14 trim_trailing_whitespace = false
15
16 [*.yml]
17 # Two-space indentation
18 indent_size = 2
19 indent_style = space
General Comments 0
You need to be logged in to leave comments. Login now