botbuilder-java/.editorconfig

22 строки
413 B
INI

# EditorConfig is awesome: http://EditorConfig.org
# File take from the VSCode repo at:
# https://github.com/Microsoft/vscode/blob/master/.editorconfig
# top-most EditorConfig file
root = true
# Tab indentation
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.xml]
indent_size = 2