mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-15 23:02:16 +03:00
Merge pull request #1417 from EDCD/enhancement/add-editorconfig
Add .editorconfig and reference in Contributing.md
This commit is contained in:
commit
5f61f2ccc1
21
.editorconfig
Normal file
21
.editorconfig
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# This is the project top-level .editorconfig
|
||||||
|
root = true
|
||||||
|
|
||||||
|
# Defaults for all file types
|
||||||
|
[*]
|
||||||
|
# 4-space indents, no TABs
|
||||||
|
indent_style = space
|
||||||
|
tab_width = 4
|
||||||
|
indent_size = tab
|
||||||
|
|
||||||
|
# Hard-wrap at 120 columns
|
||||||
|
max_line_length = 119
|
||||||
|
|
||||||
|
# Windows EOL, for historical reasons
|
||||||
|
end_of_line = crlf
|
||||||
|
|
||||||
|
# UTF-8 is the only sensible option, no BOM
|
||||||
|
charset = utf-8
|
||||||
|
|
||||||
|
# All files should have a final newline
|
||||||
|
insert_final_newline = true
|
@ -23,6 +23,16 @@ consistent with our vision for EDMC. Fundamental changes in particular need to b
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Text formatting
|
||||||
|
|
||||||
|
The project contains an `.editorconfig` file at its root. Please either ensure
|
||||||
|
your editor is taking note of those settings, or cross-check its contents
|
||||||
|
with the
|
||||||
|
[editorconfig documentation](https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties)
|
||||||
|
, and ensure your editor/IDE's settings match.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## General workflow
|
## General workflow
|
||||||
|
|
||||||
1. You will need a GitHub account.
|
1. You will need a GitHub account.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user