-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
33 lines (21 loc) · 1.05 KB
/
.editorconfig
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
################################################################################
# #
# 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,vsixmanifest,json,xml,js,ts,md}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
[*.md]
trim_trailing_whitespace = false