Skip to content

Commit a48a785

Browse files
committed
Init repository
0 parents  commit a48a785

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

.editorconfig

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*.elc
2+
*.rej
3+
/.cask
4+
/flycheck*
5+
/phpactor-autoloads.el
6+
/vendor

Cask

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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"))

README.org

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* PHP coding suite for GNU Emacs
2+
Emacs is a powerful IDE for PHP.

0 commit comments

Comments
 (0)