Skip to content

Commit 7d5eb1b

Browse files
committed
- Maintenance: Add .editorconfig
1 parent 88d59cd commit 7d5eb1b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
; EditorConfig file: https://EditorConfig.org
2+
; Install the "EditorConfig" plugin into your editor to use
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
end_of_line = lf
9+
insert_final_newline = true
10+
indent_style = space
11+
indent_size = 4
12+
trim_trailing_whitespace = true
13+
14+
; [app/public/css/**.styl]
15+
; indent_style = tab
16+
; indent_size = 2

0 commit comments

Comments
 (0)