kitsune/.editorconfig

42 строки
552 B
INI
Исходник Обычный вид История

# http://editorconfig.org/
# This file is a hint to smart editors about how to behave in this project.
2020-01-24 12:58:16 +03:00
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.html]
indent_size = 2
[*.less]
indent_size = 2
2020-01-24 12:58:16 +03:00
[*.css]
indent_size = 2
[*.scss]
indent_size = 2
[*.svg]
indent_size = 2
2016-05-09 12:44:17 +03:00
[*.js]
indent_size = 2
2017-11-30 14:04:00 +03:00
[.circleci/config.yml]
indent_size = 2
[docker-compose.yml]
indent_size = 2
[Makefile]
indent_style = tab
2020-01-24 12:58:16 +03:00
[*.md]
trim_trailing_whitespace = false