From 3827ef5d3596cd8cf5662835029e292a4653979f Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Thu, 23 Nov 2017 16:33:08 +0100 Subject: [PATCH 1/2] Added a basic .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b2dadf3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 2 From c57712bb4f5e728f4d92671eba18fb1343b33e77 Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Sat, 25 Nov 2017 18:57:07 +0100 Subject: [PATCH 2/2] Added a few lines about the editorconfig file on the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 21e8058..68053c1 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ Check out what's been added but not yet releases at [develop.getpapercss.com](ht This project is open source and contributions are very welcomed. It is also as beginner friendly as possible, so don't be afraid to jump in if you've never contributed to any Git project before! Feel free to reach out if you are new and need help with the process. +Please before sending a PR, make sure you are using the `.editorconfig` file with your IDE. If your IDE doesn't natively support editorconfig files, you can use an extension. For example in Atom there is the [editorconfig package](https://atom.io/packages/editorconfig), as well for [Sublime](https://github.com/sindresorhus/editorconfig-sublime), [VS Code](https://github.com/editorconfig/editorconfig-vscode), [Vim](https://github.com/editorconfig/editorconfig-vim), ... + Similar to customizing, make sure you have Git, Node, and NPM on your system. - fork the repo via the fork button in the upper left - run `git clone https://github.com/[your_username]/papercss.git`