mirror of
https://github.com/rehlds/metamod-r.git
synced 2024-12-26 06:35:33 +03:00
b838abda59
* Implemented CI/CD migration to GitHub * Remove gradle build
13 lines
246 B
INI
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
|