diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9231818 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1d4e471 --- /dev/null +++ b/readme.md @@ -0,0 +1,23 @@ +# Ask me anything! + +## [Ask a question](../../issues/new)     [Read questions](../../issues?q=is%3Aissue+is%3Aclosed) + +I get a lot of questions by email. This way anyone can read the answer! + +Anything means *anything*. Personal questions. Money. Work. Life. Code. Whatever. + +- + +### Guidelines + +- Ensure your question hasn't already been answered. +- Use a succinct title and description. +- Bugs & feature requests should be opened on the relevant issue tracker. +- Support questions are better asked on Stack Overflow. +- Be civil and polite :) + +### Links + +- [Read more AMAs](https://github.com/sindresorhus/amas) +- [Create your own AMA](https://github.com/sindresorhus/amas/blob/master/create-ama.md) +- [What's an AMA?](https://en.wikipedia.org/wiki/Reddit#IAmA_and_AMA)