https://github.com/sgmap/mes-aides-ui
Raw File
Tip revision: 683a0b461ba71a02040b73efedaada30c73528b5 authored by Thomas Guillet on 08 April 2021, 16:27:16 UTC
Prend en compte des retours de tests usagers
Tip revision: 683a0b4
.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