mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
# EditorConfig file: http://editorconfig.org/
|
|
# Syntax at: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
|
|
|
|
# This is the Top level for the RM project
|
|
root = true
|
|
|
|
# All files should use spaces.
|
|
[*]
|
|
indent_style = space
|
|
end_of_line = crlf
|
|
trim_trailing_whitespace = true
|
|
indent_size = 3
|
|
|
|
[*.java]
|
|
indent_size = 4
|