12345678910111213141516171819202122 |
- # This file is automatically generated by a `metapak`
- # module. Do not change it elsewhere, changes would
- # be overridden.
- # EditorConfig is awesome: http://EditorConfig.org
- # top-most EditorConfig file
- root = true
- # Unix-style newlines with a newline ending every file
- [*]
- end_of_line = lf
- insert_final_newline = true
- # Matches multiple files with brace expansion notation
- # Set default charset
- # 2 space indentation
- [*.{js,css}]
- charset = utf-8
- indent_style = space
- trim_trailing_whitespace = true
- indent_size = 2
|