1
0
mirror of synced 2026-05-22 13:23:17 +00:00
Files
spring-security/.editorconfig
T

18 lines
392 B
INI
Raw Normal View History

2016-04-24 22:08:28 +02:00
# EditorConfig for Spring Security
# see https://github.com/spring-projects/spring-security/blob/master/CONTRIBUTING.md#mind-the-whitespace
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = latin1
# 4 tabs indentation
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true