Browse Source
yml ET yaml, insert_final_newline = trueremotes/checkIfPRContentChanged-1645353257423516939/master
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@
|
||||
# EditorConfig is awesome: https://EditorConfig.org |
||||
|
||||
# top-most EditorConfig file |
||||
root = true |
||||
|
||||
[*] |
||||
indent_style = tab |
||||
indent_size = 4 |
||||
end_of_line = lf |
||||
charset = utf-8 |
||||
trim_trailing_whitespace = true |
||||
insert_final_newline = true |
||||
|
||||
[*.{yml,yaml,md}] |
||||
indent_style = space |
||||
indent_size = 2 |
||||
|
||||
[*.{xml,xml.dist,json}] |
||||
indent_style = space |
||||
indent_size = 4 |
Loading…
Reference in new issue