diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..95314fa --- /dev/null +++ b/.editorconfig @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9fc6d1d..342392a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ Release/ *.orig *.vcxproj.user docs/ -.vs/ \ No newline at end of file +.vs/ +*.VC.db \ No newline at end of file