From d0cc1b5029fcb69010bb4d08780d507c4b81e548 Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 3 Aug 2019 17:24:01 +0100 Subject: [PATCH] Add code style config for C files --- .editorconfig | 2 -- .idea/codeStyles/Project.xml | 7 +++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0da94f6f..f7ea641f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,8 +5,6 @@ charset = utf-8 insert_final_newline = true trim_trailing_whitespace = true max_line_length = 120 - -[*.java] indent_style = tab [*.xml] diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 2cceac97..002af28e 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,9 +1,16 @@ +