mirror of
https://github.com/ayoubfaouzi/al-khaser
synced 2026-06-06 15:14:33 +00:00
added .editorconfig for current style + ignore database
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
; Top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
; Windows-style newlines
|
||||
[*]
|
||||
end_of_line = CRLF
|
||||
|
||||
; Tab indentation
|
||||
[*.{cpp,h}]
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
@@ -62,3 +62,4 @@ bld/
|
||||
|
||||
# Visual C++ Solution
|
||||
*.sln
|
||||
*.VC.db
|
||||
|
||||
Reference in New Issue
Block a user