mirror of
https://github.com/maputnik/editor.git
synced 2025-12-05 22:00:00 +00:00
Spaces not tabs
This commit is contained in:
@@ -5,11 +5,10 @@ root = true
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
|
||||
# Matches multiple files with brace expansion notation
|
||||
# Set default charset
|
||||
[*.{js,jsx,html,sass}]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
Reference in New Issue
Block a user