123456789101112131415161718192021 |
- ; top-most EditorConfig file
- root = true
- [*]
- charset=utf-8
- insert_final_newline=true
- indent_style=space
- indent_size=2
- [*.json]
- indent_style=space
- indent_size=2
- [*.java]
- indent_style=space
- indent_size=2
- [{*.yml,*.yaml}]
- indent_style=space
- indent_size=2
|