File tree Expand file tree Collapse file tree 4 files changed +34
-0
lines changed
Expand file tree Collapse file tree 4 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ # EditorConfig is awesome: http://EditorConfig.org
2+
3+ # top-most EditorConfig file
4+ root = true
5+
6+ # Unix-style newlines with a newline ending every file
7+ [* ]
8+ end_of_line = lf
9+ charset = utf-8
10+
11+ [* .el ]
12+ indent_style = space
13+
14+ [* .yml ]
15+ indent_size = 4
16+ indent_style = space
17+
18+ [Makefile ]
19+ indent_style = tab
Original file line number Diff line number Diff line change 1+ * .elc
2+ * .rej
3+ /.cask
4+ /flycheck *
5+ /phpactor-autoloads.el
6+ /vendor
Original file line number Diff line number Diff line change 1+ (package " php-suite" " 0.0.1" " PHP" )
2+ (source melpa )
3+
4+ (package-file " php-suite.el" )
5+
6+ (development
7+ (depends-on " shut-up" ))
Original file line number Diff line number Diff line change 1+ * PHP coding suite for GNU Emacs
2+ Emacs is a powerful IDE for PHP.
You can’t perform that action at this time.
0 commit comments