Update contributor guidelines to match codestyle

master
Elis Axelsson 9 years ago
parent 505ffb3d3d
commit de5cbd2679
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
  1. 7
      CONTRIBUTING.org
  2. 2
      webpaste.el

@ -28,8 +28,11 @@ After that you do the settings you need to reproduce it (like providers and
other stuff). other stuff).
** Contributing code ** Contributing code
Plase run [[http://www.flycheck.org/][flycheck]] in your editor to get hints and highlights of errors. Only Never leave trailing spaces on a line in any file. And end all files with
one error is allowed in each file. exactly one newline. Not more or less than that.
Plase run [[http://www.flycheck.org/][flycheck]] with [[https://github.com/purcell/flycheck-package][flycheck-package]] in your editor to get hints and
highlights of errors. Only one error is allowed in each file.
In webpaste.el this allowed error is: In webpaste.el this allowed error is:
#+begin_src #+begin_src

@ -7,7 +7,7 @@
;; Package-Version: 1.4.0 ;; Package-Version: 1.4.0
;; Version: 1.4.0 ;; Version: 1.4.0
;; Keywords: convenience, comm, paste ;; Keywords: convenience, comm, paste
;; Package-Requires: ((emacs "24.4") (request "0.2.0") (cl-lib "0.5") (json "1.4")) ;; Package-Requires: ((emacs "24.4") (request "0.2.0") (cl-lib "0.5"))
;;; Commentary: ;;; Commentary:

Loading…
Cancel
Save