Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Add .editorconfig file #16

Merged
merged 1 commit into from Sep 26, 2012
Merged

Add .editorconfig file #16

merged 1 commit into from Sep 26, 2012

Conversation

drublic
Copy link
Contributor

@drublic drublic commented Sep 26, 2012

EditorConfig helps to provide consistent coding style between different editors.

This commit includes an .editorconfig file with some defaults:

  • default file-charset UTF-8
  • whitespace at the end of a line is trimmed
  • each file has at least one line at the end of the document that is empty
  • line-endings are lf which is a good unix-default and works cross OS
  • White-space is normally treated as spaces and one tab is 4 spaces.

EditorConfig is supported in some IDEs.

EditorConfig helps to provide consistent coding style between different editors.

This commit includes an .editorconfig file with some defaults:
- default file-charset UTF-8
- whitespace at the end of a line is trimmed
- each file has at least one line at the end of the document that is empty
- line-endings are `lf` which is a good unix-default and works cross OS
- White-space is normally treated as spaces and one tab is 4 spaces.
oslego added a commit that referenced this pull request Sep 26, 2012
@oslego oslego merged commit aa10c07 into adobe:master Sep 26, 2012
@oslego
Copy link
Contributor

oslego commented Sep 26, 2012

Sweet!

@drublic
Copy link
Contributor Author

drublic commented Sep 26, 2012

Oh, this went in pretty fast. Thanks :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants