Repository: libcloud Updated Branches: refs/heads/trunk 08bb5a04b -> be5c62930
Added .editorconfig file for easier editing. Editor Config is a cross-editor configuration which allows automatic per-project configuration to conform with local style guidelines without having to add special cases to one's own editor: it's picked up from the project's source tree automatically. See http://editorconfig.org for more info and how to configure various editors to interpret this config. Signed-off-by: runseb <[email protected]> This closes #625 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/be5c6293 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/be5c6293 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/be5c6293 Branch: refs/heads/trunk Commit: be5c629300518d4112c0e7c09d57dc44fee17342 Parents: 08bb5a0 Author: Misha Brukman <[email protected]> Authored: Tue Nov 3 23:15:39 2015 -0500 Committer: runseb <[email protected]> Committed: Wed Nov 4 09:32:16 2015 +0100 ---------------------------------------------------------------------- .editorconfig | 19 +++++++++++++++++++ CHANGES.rst | 4 ++++ 2 files changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/be5c6293/.editorconfig ---------------------------------------------------------------------- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..00ea241 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ +# See http://editorconfig.org for more info. + +# This is the root-level config file. +root = true + +[*.py] +indent_style = space +indent_size = 4 + +[*.rst] +indent_style = space +indent_size = 2 + +[*.sh] +indent_style = space +indent_size = 4 + +[Makefile] +indent_style = tab http://git-wip-us.apache.org/repos/asf/libcloud/blob/be5c6293/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index 90c5c11..1b50b45 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,10 @@ Changes with Apache Libcloud in development General ~~~~~~~ +- Added .editorconfig file for easier editing + (GITHUB-625) + [Misha Brukman] + Compute ~~~~~~~
