Skip to content

Instantly share code, notes, and snippets.

@ShawnCrigger-SOLS
Last active July 6, 2022 13:26
Show Gist options
  • Save ShawnCrigger-SOLS/d63cf462d9c2654aec06e818c9dbd58e to your computer and use it in GitHub Desktop.
Save ShawnCrigger-SOLS/d63cf462d9c2654aec06e818c9dbd58e to your computer and use it in GitHub Desktop.
Pimcore editor config file
[*]
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
.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