mirror of https://github.com/x64dbg/GleeBug
editorconfig+gitignore
This commit is contained in:
parent
0b93e3df55
commit
7c38a18c5f
|
|
@ -0,0 +1,11 @@
|
||||||
|
; Top-most EditorConfig file
|
||||||
|
root = true
|
||||||
|
|
||||||
|
; Windows-style newlines
|
||||||
|
[*]
|
||||||
|
end_of_line = CRLF
|
||||||
|
|
||||||
|
; Tab indentation
|
||||||
|
[*.{cpp,h}]
|
||||||
|
indent_style = space
|
||||||
|
tab_width = 4
|
||||||
|
|
@ -7,3 +7,4 @@ Release/
|
||||||
*.vcxproj.user
|
*.vcxproj.user
|
||||||
docs/
|
docs/
|
||||||
.vs/
|
.vs/
|
||||||
|
*.VC.db
|
||||||
Loading…
Reference in New Issue