History log of /web-bugs/.editorconfig (Results 1 – 1 of 1)
Revision Date Author Comments
# be3c259e 10-Dec-2018 Peter Kokot

Add .editorconfig file

This patch adds initial EditorConfig [1] file with sensible defaults
specific for future PHP code, HTML templates, and possible other file
types. It helps form

Add .editorconfig file

This patch adds initial EditorConfig [1] file with sensible defaults
specific for future PHP code, HTML templates, and possible other file
types. It helps formating code and new files in editors and IDEs that
utilize EditorConfig settings. Current state of EditorConfig provides
setting identation style and level, new lines types, files encodings,
and similar basic files and code configurations.

[1] https://editorconfig.org

show more ...