Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.c]
indent_size = 4

[*.{markdown,md}]
trim_trailing_whitespace = false
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A command line client for tldr, written in plain ISO C90.

## Installing

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

```shell
# To install latest development version
Expand Down Expand Up @@ -70,7 +70,7 @@ folder in the root of the repository.

#### Installation

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

Example for zsh:
Expand Down