Skip to content

Commit

Permalink
Added EditorConfig, Markdown-Lint and git-attributes files.
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Mar 18, 2020
1 parent f7ff015 commit d8ac738
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ BrookTardigrade.pas
*.app/

# Generated documentation
Doc/
PasDoc/HTML
PasDoc/Cache

# Generated examples:
hellohttpsrv
Expand Down Expand Up @@ -126,4 +127,4 @@ Test_Reader
Test_String
Test_StringMap
Test_Utility
Test_libsagui
Test_libsagui
5 changes: 5 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"default": true,
"MD013": false,
"MD040": false
}

0 comments on commit d8ac738

Please sign in to comment.