mirror of
https://github.com/Ed94/UE5_Study.git
synced 2025-06-15 19:21:49 -07:00
Some prep
This commit is contained in:
29
project/.editorconfig
Normal file
29
project/.editorconfig
Normal file
@ -0,0 +1,29 @@
|
||||
root = true
|
||||
|
||||
[*.md]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.c]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.cpp]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.h]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.hpp]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.ps1]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.natvis]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
Reference in New Issue
Block a user