зеркало из https://github.com/mozilla/kitsune.git
18 строки
352 B
INI
18 строки
352 B
INI
# http://editorconfig.org/
|
|
# This file is a hint to smart editors about how to behave in this project.
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[.travis.yml]
|
|
# The travis CLI tool forces 2 spaces. No use fighting it.
|
|
indent_size = 2
|
|
|
|
[*.js]
|
|
indent_size = 2
|