Skip to content

Commit 1428593

Browse files
committed
Merge branch 'main' of https://github.com/stick-i/spel-validator into docs
2 parents a5ae26e + c267ee7 commit 1428593

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2727
-1083
lines changed

.editorconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ ij_css_use_double_quotes = true
3535
ij_css_value_alignment = do_not_align
3636

3737
[*.java]
38-
indent_style = tab
3938
max_line_length = 150
4039
ij_smart_tabs = true
4140
ij_visual_guides = 100
@@ -352,7 +351,6 @@ ij_editorconfig_space_before_comma = false
352351
ij_editorconfig_spaces_around_assignment_operators = true
353352

354353
[{*.ant,*.fxml,*.jhm,*.jnlp,*.jrxml,*.pom,*.rng,*.tld,*.wadl,*.wsdl,*.xml,*.xsd,*.xsl,*.xslt,*.xul}]
355-
indent_style = tab
356354
ij_smart_tabs = true
357355
ij_xml_align_attributes = true
358356
ij_xml_align_text = false

lombok.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lombok.addLombokGeneratedAnnotation = true

0 commit comments

Comments
 (0)