public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
.editorconfig
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# EditorConfig helps developers define and maintain consistent
2
# coding styles between different editors and IDEs
3
# editorconfig.org
5
root = true
7
[*]
9
# Change these settings to your own preference
10
indent_style = space
11
indent_size = 2
13
# We recommend you to keep these unchanged
14
end_of_line = lf
15
charset = utf-8
16
trim_trailing_whitespace = true
17
insert_final_newline = true
19
[*.md]
20
trim_trailing_whitespace = false