Last active
July 6, 2022 13:26
-
-
Save ShawnCrigger-SOLS/d63cf462d9c2654aec06e818c9dbd58e to your computer and use it in GitHub Desktop.
Pimcore editor config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[*] | |
charset = utf-8 | |
end_of_line = lf | |
indent_style = space | |
indent_size = 4 | |
[*.php] | |
insert_final_newline = true | |
trim_trailing_whitespace = true | |
[*.md] | |
trim_trailing_whitespace = false | |
[*.yml] | |
indent_size = 4 | |
[*.json] | |
indent_style = space | |
indent_size = 2 | |
trim_trailing_whitespace = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.gitattributes text eol=lf | |
.gitignore text eol=lf | |
*.build text eol=lf | |
*.c text eol=lf | |
*.cmake text eol=lf | |
*.cpp text eol=lf | |
*.csv text eol=lf | |
*.f text eol=lf | |
*.f90 text eol=lf | |
*.for text eol=lf | |
*.grc text eol=lf | |
*.h text eol=lf | |
*.ipynb text eol=lf | |
*.m text eol=lf | |
*.md text eol=lf | |
*.pas text eol=lf | |
*.py text eol=lf | |
*.rst text eol=lf | |
*.sh text eol=lf | |
*.txt text eol=lf | |
*.yml text eol=lf | |
Makefile text eol=lf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment