Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 8, 2015
0 parents commit 606526c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .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
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
* text=auto
23 changes: 23 additions & 0 deletions 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)

0 comments on commit 606526c

Please sign in to comment.