1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 21:49:09 +01:00
bootstrap/.editorconfig

12 lines
167 B
INI
Raw Normal View History

# editorconfig.org
root = true
[*]
charset = utf-8
2019-01-13 18:43:15 +02:00
end_of_line = lf
indent_size = 2
indent_style = space
2019-01-13 18:43:15 +02:00
insert_final_newline = true
trim_trailing_whitespace = true