diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3e8ea6b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +charset = utf-8 + +end_of_line = lf +insert_final_newline = true + +indent_style = space +indent_size = 4 +# Editor support is limited. Make your you align multiline statements accordingly, should your editor not honour this attribute +continuation_indent_size = 8 + +trim_trailing_whitespace = true diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/.gitignore b/.gitignore index 8141a78..c8dfe5a 100644 --- a/.gitignore +++ b/.gitignore @@ -82,27 +82,10 @@ Module.symvers Mkfile.old dkms.conf -### JetBrains template -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 - -# User-specific stuff: -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/dictionaries - -# Sensitive or high-churn files: -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.xml -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml - -# Gradle: -.idea/**/gradle.xml -.idea/**/libraries +### JetBrains (modified) +.idea/* +!.idea/codeStyleSettings.xml +!.idea/codeStyles/ # CMake cmake-build-debug/ diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml new file mode 100644 index 0000000..b599eb5 --- /dev/null +++ b/.idea/codeStyleSettings.xml @@ -0,0 +1,50 @@ + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..0dc3aa5 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,44 @@ + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file