https://github.com/sgmap/mes-aides-ui
Raw File
Tip revision: bc984334fe1493598f63f2189f516a6858c90f67 authored by Thomas Guillet on 23 March 2021, 20:14:51 UTC
Modifie le fichier de config NetlifyCMS
Tip revision: bc98433
.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