Snippets

Aléx Oliveira Editor config

Created by Aléx Oliveira
# editorconfig.org
root = true

[*]
indent_style = tab
# indent_size =
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.php]
indent_style = space
indent_size = 4

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.