diff options
author | David Demelier <markand@malikania.fr> | 2019-02-18 07:29:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-18 07:29:54 +0700 |
commit | 1f02d09071afba921f5e8df507986a0e5f61a282 (patch) | |
tree | 92c71fca0b7a9fbcb07ece9299a54404c44a6abd /development/editorconfig-core-c/slack-desc | |
parent | 06097ed0b04c46f5a4c0c1b794dd9b3f221022ea (diff) | |
download | slackbuilds-1f02d09071afba921f5e8df507986a0e5f61a282.tar.gz |
development/editorconfig-core-c: Added (EditorConfig core library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/editorconfig-core-c/slack-desc')
-rw-r--r-- | development/editorconfig-core-c/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/editorconfig-core-c/slack-desc b/development/editorconfig-core-c/slack-desc new file mode 100644 index 0000000000..757b89f6f2 --- /dev/null +++ b/development/editorconfig-core-c/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +editorconfig-core-c: editorconfig-core-c (EditorConfig core library written in C) +editorconfig-core-c: +editorconfig-core-c: EditorConfig makes it easy to maintain the correct coding style when +editorconfig-core-c: switching between different text editors and between different +editorconfig-core-c: projects. +editorconfig-core-c: +editorconfig-core-c: The EditorConfig project maintains a file format and plugins for +editorconfig-core-c: various text editors which allow this file format to be read and used +editorconfig-core-c: by those editors. For information on the file format and supported +editorconfig-core-c: text editors, see the EditorConfig website. +editorconfig-core-c: |