2015-10-26 17:07:34 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 2
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
2016-12-06 11:45:02 +02:00
|
|
|
[*.{j,t}s]
|
2015-10-26 17:07:34 +02:00
|
|
|
max_line_length = 100
|
|
|
|
|
|
2015-11-11 10:36:20 +02:00
|
|
|
[*.css]
|
|
|
|
|
indent_size = 4
|
|
|
|
|
|
2015-10-26 17:07:34 +02:00
|
|
|
[*.md]
|
|
|
|
|
trim_trailing_whitespace = false
|