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
|
||||
|
|
@ -6,4 +6,5 @@ Release/
|
|||
*.orig
|
||||
*.vcxproj.user
|
||||
docs/
|
||||
.vs/
|
||||
.vs/
|
||||
*.VC.db
|
||||
Loading…
Reference in New Issue