1
0
mirror of synced 2026-05-22 21:33:16 +00:00

populate playbook branch for docs site

This commit is contained in:
Dan Allen
2022-08-30 15:58:27 -06:00
parent 743e37e481
commit c993da749c
14 changed files with 701 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# EditorConfig for Spring Security
# see https://github.com/spring-projects/spring-security/blob/master/CONTRIBUTING.adoc#mind-the-whitespace
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
[*.{java,xml}]
indent_style = tab
indent_size = 4
charset = utf-8
continuation_indent_size = 8
ij_smart_tabs = false
ij_java_align_multiline_parameters = false
[*.gradle]
indent_style = tab