diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-10 08:14:41 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-10 08:14:41 +0100 |
| commit | 4d37bbed4a1f745c331ba996fc860d79e3e51e8f (patch) | |
| tree | 69d4e530f1f5a5192f98bb422d46618afb291c23 /.editorconfig | |
| parent | 7a078fac132d10933e52edafd0f2527c50c9b1b6 (diff) | |
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 6c3dd3b4..00000000 --- a/.editorconfig +++ /dev/null @@ -1,30 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org -root = true - -[*] -indent_style = space -indent_size = 4 - -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.md] -trim_trailing_whitespace = false - -# Ensure YAML formatting adheres to standard -[*.{yml,yaml}] -indent_size = 2 - -[*.java] -ij_java_packages_to_use_import_on_demand = unset -ij_java_class_count_to_use_import_on_demand = 2147483647 - -# ktlint -[*.{kt, kts}] -ij_kotlin_name_count_to_use_star_import = 2147483647 -ij_kotlin_name_count_to_use_star_import_for_members = 2147483647 -ij_kotlin_packages_to_use_import_on_demand = unset |
