google / vim-codefmt

Vim plugin for syntax-aware code formatting
Apache License 2.0
1.11k stars 114 forks source link

associate arduino file-type with clang-format #147

Closed yayayaty closed 4 years ago

yayayaty commented 4 years ago

Arduino (https://www.arduino.cc/) source files (.ino filename extension) are essentially a c++ files, but recognized as a separate file type by vim (for Arduino-specific syntax highlighting, I believe). Arduino IDE, which uses .ino files for user source code, provides for external editor support, which could be vim. I found it helpful to associate arduino files with clang-format, which works well for me.

googlebot commented 4 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

yayayaty commented 4 years ago

@googlebot I signed it!

googlebot commented 4 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.