-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.editorconfig
More file actions
34 lines (22 loc) · 1.07 KB
/
.editorconfig
File metadata and controls
34 lines (22 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
################################################################################
# #
# Editorconfig #
# #
# This file defines basic file properties that #
# editors / IDEs use when you edit documents. #
# #
# Check https://EditorConfig.org for details. #
# #
################################################################################
root = true
[*]
end_of_line = lf
[*.{editorconfig,gitignore,lock,json,yml,ts,md}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
quote_type = single
[*.md]
trim_trailing_whitespace = false