colmaris.fr/themes/hugo-blog-awesome/.editorconfig

16 lines
312 B
INI

# https://editorconfig.org
# Declare this as the top-level EditorConfig file
root = true
# Set defaults (applicable for all files)
[*]
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