From 57bc676ec17e49f7c82ea53a2653a9c3770f953a Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 3 Jan 2023 16:24:40 +0100 Subject: [PATCH] Add .editorconfig file --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6c1bb53 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{graphql,sql,toml}] +indent_style = space +indent_size = 2 + +[*.rs] +indent_style = space +indent_size = 4 \ No newline at end of file