-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
36 lines (21 loc) · 1.08 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
34
35
36
################################################################################
# #
# 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,yaml,js,md,html,css}]
insert_final_newline = true
[*.{editorconfig,gitignore}]
max_line_length = 80
[*.{editorconfig,gitignore,json,yaml,js,md,html,css}]
indent_style = space
indent_size = 4
charset = utf-8