xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Commit 485fcdf776091eec283f837cc313b99698f954f9

add editorconfig
Author: Bas Zoetekouw
Author date (UTC): 2019-02-01 14:28
Committer name: Bas Zoetekouw
Committer date (UTC): 2019-02-01 14:28
Parent(s): 1ca5f66dfa5e088053cfe3bf6637dc1c7b187056
Signing key:
Tree: cc2cbd26c2f6029e9105aedd914472788b69b316
File Lines added Lines deleted
.editorconfig 18 0
File .editorconfig added (mode: 100644) (index 0000000..2af6cf5)
1 root = true
2
3 [*]
4 end_of_line = lf
5 charset = utf-8
6 trim_trailing_whitespace = true
7 insert_final_newline = true
8 max_line_length = 120
9
10 [*.c *.h]
11 indent_style = tab
12 indent_size = 4
13 tab_width = 4
14
15 [*.{yml,yaml,yml.j2,yaml.j2}]
16 max_line_length = 120
17 indent_style = space
18 indent_size = 2
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pinfo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pinfo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master