metamod-r/.editorconfig
Dmitry Novikov b838abda59
Migrate the CI/CD to GitHub Actions (#57)
* Implemented CI/CD migration to GitHub
* Remove gradle build
2022-07-03 04:15:27 +07:00

13 lines
246 B
INI

# Manual:
# http://EditorConfig.org
# top-most EditorConfig file
root = true
# 1 tab = 4 spaces indentation and with a newline ending every file
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true