13 lines
190 B
Text
13 lines
190 B
Text
# EditorConfig is awesome: http://EditorConfig.org
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.sh]
|
|
indent_style = tab
|
|
|
|
[*.md]
|
|
max_line_length = 80
|
|
|