mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@105622 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
17 lines
349 B
Plaintext
17 lines
349 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
|
|
|
|
# Just JS for now.
|
|
[*.js]
|
|
indent_size = 3
|
|
trim_trailing_whitespace = true
|
|
|
|
#TODO: css, xml, ftl, etc.
|