Skip to content

Commit

Permalink
Adjusted .editorconfig and corrected mistakes it pointed out (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Mar 21, 2024
1 parent 63a7498 commit 6c55c15
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ ij_formatter_tags_enabled = true
ij_smart_tabs = false
ij_wrap_on_typing = false

# Ignore these, they've been created by tools or third parties
[{gradlew,gradlew.bat,*.diff,client_secrets.json}]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset

# Cans of worms, let's deal with them when the rest is taken care of
[/submodules/**]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset

[*.conf]
indent_size = 2
tab_width = 2
Expand Down Expand Up @@ -749,6 +767,7 @@ ij_jsp_keep_indents_on_empty_lines = false
ij_jspx_keep_indents_on_empty_lines = false

[{*.markdown,*.md}]
trim_trailing_whitespace = false
ij_markdown_force_one_space_after_blockquote_symbol = true
ij_markdown_force_one_space_after_header_symbol = true
ij_markdown_force_one_space_after_list_bullet = true
Expand Down
2 changes: 1 addition & 1 deletion app/hcc-minimal/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<!-- Set your comfortable debug level for the long term log. -->
<ThresholdFilter level="warn" onMatch="ACCEPT" onMismatch="DENY"/>
</Filters>
</RollingFile>
</RollingFile>

</Appenders>
<Loggers>
Expand Down
2 changes: 1 addition & 1 deletion app/hcc-quarkus/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<!-- Set your comfortable debug level for the long term log. -->
<ThresholdFilter level="warn" onMatch="ACCEPT" onMismatch="DENY"/>
</Filters>
</RollingFile>
</RollingFile>

</Appenders>
<Loggers>
Expand Down
2 changes: 1 addition & 1 deletion app/hcc-springboot/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<!-- Set your comfortable debug level for the long term log. -->
<ThresholdFilter level="warn" onMatch="ACCEPT" onMismatch="DENY"/>
</Filters>
</RollingFile>
</RollingFile>

</Appenders>
<Loggers>
Expand Down

0 comments on commit 6c55c15

Please sign in to comment.