Added .editorconfig.
This commit is contained in:
parent
5e97b9de3b
commit
b4475db082
1 changed files with 26 additions and 0 deletions
26
.editorconfig
Normal file
26
.editorconfig
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
max_line_length = 120
|
||||
tab_width = 2
|
||||
|
||||
[{*.har,*.json}]
|
||||
max_line_length = 160
|
||||
|
||||
[{*.markdown,*.md}]
|
||||
indent_size = 4
|
||||
tab_width = 4
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
|
||||
[{*.py,*.pyw}]
|
||||
indent_size = 4
|
||||
max_line_length = 100
|
||||
tab_width = 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue