blob: a73a88d47c68796fd39b87c372d44829b1750074 [file] [log] [blame]
Matthew Maurer8c1c2802020-06-02 11:15:21 -07001# EditorConfig configuration
2# https://editorconfig.org
3
Matthew Maurer8c1c2802020-06-02 11:15:21 -07004root = true
5
Matthew Maurer8c1c2802020-06-02 11:15:21 -07006[*]
Haibo Huang9082fc72021-01-05 21:39:00 -08007charset = utf-8
Matthew Maurer8c1c2802020-06-02 11:15:21 -07008end_of_line = lf
Haibo Huang9082fc72021-01-05 21:39:00 -08009indent_size = 4
10indent_style = space
Matthew Maurer8c1c2802020-06-02 11:15:21 -070011insert_final_newline = true
12trim_trailing_whitespace = true
Matthew Maurer8c1c2802020-06-02 11:15:21 -070013
Matthew Maurer8c1c2802020-06-02 11:15:21 -070014[*.{json,yml,md}]
Matthew Maurer8c1c2802020-06-02 11:15:21 -070015indent_size = 2
Haibo Huang9082fc72021-01-05 21:39:00 -080016
17[*.sh]
18indent_size = 2
19binary_next_line = true
20switch_case_indent = true