Browse Source

Fournir un fichier .editorconfig

yml ET yaml, insert_final_newline = true
remotes/checkIfPRContentChanged-1645353257423516939/master
JamesRezo 1 year ago
parent
commit
ad4fcf15a9
  1. 20
      .editorconfig

20
.editorconfig

@ -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…
Cancel
Save