Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kljohann/clang-format.el
Format code using clang-format
https://github.com/kljohann/clang-format.el
Last synced: about 1 month ago
JSON representation
Format code using clang-format
- Host: GitHub
- URL: https://github.com/kljohann/clang-format.el
- Owner: kljohann
- Created: 2014-04-14T21:06:59.000Z (almost 11 years ago)
- Default Branch: moved
- Last Pushed: 2017-08-27T21:05:49.000Z (over 7 years ago)
- Last Synced: 2023-03-23T12:49:46.180Z (almost 2 years ago)
- Size: 1000 Bytes
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clang-format.el
This package allows to filter code through clang-format to fix its formatting.
clang-format is a tool that formats C/C++/Obj-C code according to a set of
style options, see [Clang-Format Style Options][style].
Note that clang-format 3.4 or newer is required.## Installation
clang-format.el is available on [MELPA][]:
M-x package-install clang-format
or can be obtained from [upstream][], where the version originally contained in this
repository has been moved to (see [#2][]).[MELPA]: http://melpa.org/#/clang-format
[style]: http://clang.llvm.org/docs/ClangFormatStyleOptions.html
[upstream]: https://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/clang-format.el
[#2]: https://github.com/kljohann/clang-format.el/issues/2