Преглед на файлове

add .editorconfig and auto format

pull/342/head
Guillaume Vincent преди 7 години
родител
ревизия
128812b85a
променени са 1 файла, в които са добавени 17 реда и са изтрити 0 реда
  1. +17
    -0
      .editorconfig

+ 17
- 0
.editorconfig Целия файл

@@ -0,0 +1,17 @@
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.py]
indent_size = 4

Зареждане…
Отказ
Запис