Skip to content

Instantly share code, notes, and snippets.

@ajsb85
Last active April 5, 2016 09:43
Show Gist options
  • Save ajsb85/e890f3d747ade6ec0642114738edc6da to your computer and use it in GitHub Desktop.
Save ajsb85/e890f3d747ade6ec0642114738edc6da to your computer and use it in GitHub Desktop.
GLPi - Codings Standards
# EditorConfig is awesome: http://EditorConfig.org
# GLPi - codings standards: https://forge.glpi-project.org/projects/glpi/wiki/CodingStandards
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.php]
indent_style = space
indent_size = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment