Skip to content

Commit

Permalink
Updated indentation mechanics.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumerjabri committed Jan 24, 2025
1 parent deee12a commit 75a15de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ root = true

[*]
charset = utf-8
insert_final_newline = false
insert_final_newline = true
indent_style = tab
indent_size = 8
end_of_line = lf
trim_trailing_whitespace = true

Expand All @@ -17,4 +16,5 @@ charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
ij_formatter_enabled = false
ij_formatter_enabled = false

4 changes: 2 additions & 2 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Enforce tabs for indentation -->
<module name="RegexpSingleline">
<property name="fileExtensions" value="java,xml,groovy,ts,js,sh,ftl,ftlx,ftlh,css,scss,xslt"/>
<property name="format" value="^(\t+[ ]{8,}|[ ]+[^*])"/>
<property name="format" value="^(\t+[ ]{8,}|[ ]+[^*-])"/>
<property name="message" value="Indent must use tab characters"/>
</module>
</module>
</module>

0 comments on commit 75a15de

Please sign in to comment.