blob: f270d4cdaa8da1ab2c069cad2f88eac52e269489 [file] [log] [blame]
Martin Roth4e09ebe2019-08-31 16:32:11 -06001# EditorConfig: https://EditorConfig.org
2
3root = true
4
5[*]
6indent_style = tab
7tab_width = 8
8charset = utf-8
9insert_final_newline = true
10end_of_line = lf
11trim_trailing_whitespace = true
Martin Roth677d15e2023-10-31 11:15:46 -060012
13[*.sh]
14indent_style = space
15indent_size = 2