Skip to content

Commit e093dbd

Browse files
committed
init
0 parents  commit e093dbd

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
indent_style = tab
5+
end_of_line = lf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.md]
11+
trim_trailing_whitespace = false

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

readme.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Localized [AVA](https://github.com/sindresorhus/ava) docs
2+
3+
- None yet.
4+
5+
6+
## Contribute
7+
8+
We're happy to accept localizations for the AVA docs if you can commit to keeping it up to date. You'll be added to this repo and free to do any changes to your localization.

0 commit comments

Comments
 (0)