w-aura/.editorconfig
Aidar Shaikhutdin @makeweb.space 1fdc0aae1f Init commit
2023-04-28 20:08:46 +06:00

19 lines
362 B
INI

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# http://editorconfig.org
root = true
[*.js]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab
[*.md]
trim_trailing_whitespace = false