Skip to content

Instantly share code, notes, and snippets.

@tleilax
Last active January 30, 2020 08:05
Show Gist options
  • Save tleilax/8ca73c4ea9359af13c143c0a8d716d9c to your computer and use it in GitHub Desktop.
Save tleilax/8ca73c4ea9359af13c143c0a8d716d9c to your computer and use it in GitHub Desktop.
Stud.IP: EditorConfig
# EditorConfig is awesome: http://EditorConfig.org
# Top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
spaces_around_operators = true
spaces_around_brackets = outside
trim_trailing_whitespace = true
[*.php]
block_comment_start = /*
block_comment_end = */
line_comment = //
quote_type = single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment