Skip to content
Snippets Groups Projects
Commit 76e97479 authored by Joost Rijneveld's avatar Joost Rijneveld
Browse files

Set indentation size for HTML to 2

parent 1055ee46
No related branches found
No related tags found
1 merge request!130Add barebones editorconfig file
......@@ -5,8 +5,13 @@ root = true
end_of_line = lf
insert_final_newline = true
[*.{py,html,css,less,js}]
[*.{py,css,less,js,html}]
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{py,css,less,js}]
indent_size = 4
[*.html]
indent_size = 2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment