| 123456789101112131415 |
- # EditorConfig is awesome: https://EditorConfig.org
- # top-most EditorConfig file
- root = true
- # Newline ending every file and set default charset
- [*]
- insert_final_newline = true
- charset = utf-8
- # 2 space indentation
- [*.{js,ts,html,css,scss}]
- indent_style = space
- indent_size = 2
|