mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
editorconfig: add HTML entry
While there aren't many HTML files, use consistent formatting with 2 space indentation & 99 columns.
This commit is contained in:
parent
ecd307041e
commit
64a5f4ee5a
1 changed files with 10 additions and 1 deletions
|
|
@ -59,4 +59,13 @@ trim_trailing_whitespace = true
|
|||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
max_line_length = 120
|
||||
max_line_length = 120
|
||||
|
||||
# HTML
|
||||
[*.html]
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
max_line_length = 99
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue