From c8a992be116bdf056a784f1a019b10f2b050a99c Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 16 Aug 2023 23:59:06 +0200 Subject: More options for other filetypes --- .editorconfig | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 234928e..94f45d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = space -indent_size = 4 +#indent_size = 4 max_line_length = 10000 # TypeScript/JavaScript config @@ -22,6 +22,18 @@ indent_size = 2 [**.lua] indent_size = 2 +# Python config +[*.py] +indent_size = 4 + +# Bash config +[*.bash] +indent_size = 4 + +# Yaml config +[*.yml] +indent_size = 2 + # Latex config [**.tex] trim_trailing_whitespace = false -- cgit v1.2.3