mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-12 14:48:00 +03:00
Basic editor rules.
This commit is contained in:
parent
0cf0746afb
commit
10ae7b6988
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# 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
|
||||||
|
insert_final_newline = true
|
Loading…
x
Reference in New Issue
Block a user