18 lines
369 B
INI
18 lines
369 B
INI
# Editor Config
|
|
# This should help contributors and save time for my sometimes cheesy Brain xD
|
|
# Stephan Wendel <me@stephanwe.de>
|
|
|
|
[*.sh]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|