This repository has been archived on 2023-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
Sublime-Handlebars/.editorconfig

29 lines
420 B
INI

root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{json,JSON-tmLanguage}]
indent_style = space
indent_size = 4
[*.{html,handlebars}]
indent_style = tab
indent_size = 4
[*.tmLanguage]
indent_style = tab
indent_size = 4
[*.sublime-snippet]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false