Переглянути джерело

Merge pull request #475 from oldratlee/add-editor-config

add `.editorconfig`
tags/rel_3_30_2_ga
Shigeru Chiba 4 місяці тому
джерело
коміт
0f4cd0cce5
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 24 додано та 0 видалено
  1. 24
    0
      .editorconfig

+ 24
- 0
.editorconfig Переглянути файл

@@ -0,0 +1,24 @@
# https://editorconfig.org/

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

tab_width = 8
indent_size = 2
ij_continuation_indent_size = 4
indent_style = space

trim_trailing_whitespace = true


[*.{java,j}]
indent_size = 4
ij_continuation_indent_size = 8


[*.md]
trim_trailing_whitespace = false

Завантаження…
Відмінити
Зберегти