Skip to content

Commit b489016

Browse files
authored
chore: add .editorconfig (#98)
1 parent 821e08c commit b489016

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.c]
12+
indent_size = 4
13+
14+
[*.{markdown,md}]
15+
trim_trailing_whitespace = false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A command line client for tldr, written in plain ISO C90.
77

88
## Installing
99

10-
On OS X, the client can be installed through [homebrew](http://brew.sh/).
10+
On OS X, the client can be installed through [Homebrew](http://brew.sh/).
1111

1212
```shell
1313
# To install latest development version
@@ -70,7 +70,7 @@ folder in the root of the repository.
7070

7171
#### Installation
7272

73-
To install the autocompletion, just move the script for your shell to a an easy
73+
To install the autocompletion, just move the script for your shell to an easy
7474
to access directory (like your home directory), and source it in your `.bashrc` or `.zshrc`.
7575

7676
Example for zsh:

0 commit comments

Comments
 (0)