julec.hook: init

Co-authored-by: philiptaron <philip.taron@gmail.com>
This commit is contained in:
adam
2025-10-21 15:31:33 +02:00
parent f1d065ea27
commit 155bcc6866
11 changed files with 254 additions and 0 deletions

View File

@@ -89,6 +89,10 @@ trim_trailing_whitespace = unset
end_of_line = unset
insert_final_newline = unset
# see https://manual.jule.dev/project/code-style.html#indentions
[*.jule]
indent_style = tab
# Keep this hint at the bottom:
# Please don't add entries for subfolders here.
# Create <subfolder>/.editorconfig instead.