diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..759cf40 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*.c] +charset = utf-8 +max_line_length = 120 +indent_style = tab +indent_size = tab +tab_width = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..053fec8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.vs/ +.vscode/ +.idea/ +CMakeSettings.json + +out/ +build/ +xcode/ +cmake-build-*/ + +Thumbs.db +.DS_Store