Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
zyre/.editorconfig
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 lines (16 sloc)
546 Bytes
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
# This is a skeleton created by zproject. | |
# You can add hand-written code here. | |
# See http://editorconfig.org/ and https://github.com/editorconfig/ for | |
# details about the format and links to plugins for IDEs and editors which | |
# do not yet support this configuration out of the box - but easily can. | |
# This is a top-level setting for project sources under this directory | |
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
indent_style = space | |
indent_size = 4 | |
trim_trailing_whitespace = true | |
charset = utf-8 | |
[*.am] | |
indent_style = tab |