Skip to content

Commit 1135528

Browse files
committed
Web: Add basic .editorconfig
1 parent ac0a906 commit 1135528

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

web/.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig: https://editorconfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
11+
# Matches multiple files with brace expansion notation
12+
# Set default charset
13+
[*.{js,vue,json}]
14+
charset = utf-8
15+
indent_style = tab
16+
indent_size = 4

0 commit comments

Comments
 (0)