-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
37 lines (27 loc) · 957 Bytes
/
.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
37
# EditorConfig is awesome: https://EditorConfig.org
# When opening a file, EditorConfig plugins look for a file named .editorconfig
# in the directory of the opened file and in every parent directory.
# A search for .editorconfig files will stop if the root filepath is reached
# or an EditorConfig file with root=true is found.
# EditorConfig files are read top to bottom and the most recent rules found
# take precedence. Properties from matching EditorConfig sections are applied
# in the order they were read, so properties in closer files take precedence.
# top-most EditorConfig file
root = true
[*]
#### Core EditorConfig Options ####
# Indentation and spacing
indent_size = 4
indent_style = space
tab_width = 4
# New line preferences
end_of_line = lf
insert_final_newline = true
[*.md]
indent_size = 2
tab_width = 2
insert_final_newline = true
[.envrc]
end_of_line = lf
[.tool-versions]
end_of_line = lf