Revision 41cc94d663fd0cb8b42e1bc76b37b4ab0a75ab9e authored by Matti Schneider on 16 May 2020, 10:21:51 UTC, committed by Matti Schneider on 16 May 2020, 10:21:51 UTC
Plutôt que celles qui soulignent des erreurs
1 parent e16d4ef
Raw File
.editorconfig
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true


[*]

# Change these settings to your own preference
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[*.html]
indent_size = 2

[*.scss]
indent_size = 2
back to top