maxbarsukov-itmo/6 тпо/лабораторные/lab4/.editorconfig
2025-05-13 19:22:47 +03:00

19 lines
337 B
INI

# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
end_of_line = lf
[*.{md,markdown}]
trim_trailing_whitespace = false
[{LICENSE}]
insert_final_newline = false