-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dmitri Popov
committed
May 4, 2022
1 parent
16afbe2
commit 166280b
Showing
5 changed files
with
461 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
root = true | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = false | ||
charset = utf-8 | ||
|
||
[*.xml] | ||
indent_style = space | ||
indent_size = 1 | ||
max_line_length = 79 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.ent] | ||
indent_style = space | ||
indent_size = 4 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.adoc] | ||
indent_style = space | ||
indent_size = 2 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[Makefile] | ||
indent_style = tab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,7 @@ | |
*.bak | ||
*.orig | ||
*.swp | ||
|
||
.directory | ||
build/ | ||
.vscode/ | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
type: docbook5-entities-only | ||
variant: license-gfdl | ||
|
||
file: dc865ed00674536288a1e5a78ba07fe138aaabde .gitignore | ||
file: c6b4745307e90c9b88905b434cbbaddc54e4541b .editorconfig | ||
file: 014e28c89b8f2d754c3c6408cbd08554bb3cb5ad xml/product-entities.ent | ||
file: 2b5eb82c46e3eae81510c9ce5a98cabdb9482eb5 xml/generic-entities.ent | ||
file: e18430714fe3af85fe62bea62b50140d8b5edf5a xml/network-entities.ent |
Oops, something went wrong.