Skip to content

Commit

Permalink
Add editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshik committed Oct 22, 2024
1 parent a866514 commit 10284f9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions rascal-textmate-core/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Editor configuration, see http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80

[*.sh]
end_of_line = lf

[*.java]
indent_size = 4
max_line_length = 120

[*.rsc]
indent_size = 4
max_line_length = 120

0 comments on commit 10284f9

Please sign in to comment.