From d4aebfa6188ae7e1cf2b6e8f4b4742084913440b Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 8 Jan 2021 13:34:27 +0800 Subject: [PATCH] build: add IntelliJ code styles --- .gitignore | 2 +- .idea/codeStyles/Project.xml | 94 ++++++++++++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 ++ 3 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml diff --git a/.gitignore b/.gitignore index be1b1344f..3422a4f2c 100644 --- a/.gitignore +++ b/.gitignore @@ -30,8 +30,8 @@ node_modules .springBeans ### IntelliJ IDEA -!.idea/ .idea/* +!/.idea/codeStyles/ !/.idea/runConfigurations/ *.iws *.iml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 000000000..5a66f5db7 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,94 @@ + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 000000000..79ee123c2 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file