Compare commits

...

2 Commits

Author SHA1 Message Date
Alex 9bf6aa7e1c
Merge e4bef7b4ba into cab1a20034 2024-05-03 00:23:30 +01:00
Alex e4bef7b4ba
Create .editorconfig 2024-04-29 08:03:11 +02:00
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
tab_width = 4
max_line_length = off
[*.java]
ij_java_class_count_to_use_import_on_demand = 9999
ij_java_doc_align_exception_comments = false
ij_java_doc_align_param_comments = false