From 271c08ffde7b5e91ea78d5e45ea7ac3b0da848e3 Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Mon, 7 Feb 2022 17:09:27 +0100 Subject: [PATCH] Clean editorconfig config file --- .editorconfig | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.editorconfig b/.editorconfig index 60b5946..704c86b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,22 +4,6 @@ root = true # tab indentation -[**.{c,h,c.in,hpp,cpp}] -indent_style = tab -indent_size = 4 -end_of_line = lf -insert_final_newline = true -charset = utf-8 -trim_trailing_whitespace = true - -[sort_r.h] -indent_style = space -indent_size = 2 -end_of_line = lf -insert_final_newline = true -charset = utf-8 -trim_trailing_whitespace = true - [**.{sql.in,sql}] indent_style = tab indent_size = 4 @@ -27,11 +11,3 @@ end_of_line = lf insert_final_newline = true charset = utf-8 trim_trailing_whitespace = true - - - -# Matches the exact file .travis.yml -[.travis.yml] -indent_style = space -indent_size = 2 -