mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-23 03:02:50 +03:00
Add formatter support for Java using clang-format.
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
"url": "https://prettier.io"
|
||||
},
|
||||
{
|
||||
"language": ["c", "cpp", "objective-c"],
|
||||
"file_patterns": ["%.inl$", "%.cpp$", "%.hpp$", "%.cc$", "%.cxx$", "%.c++$", "%.hh$", "%.hxx$", "%.h++$", "%.objcpp$", "%.m$"],
|
||||
"language": ["c", "cpp", "objective-c", "java"],
|
||||
"file_patterns": ["%.inl$", "%.cpp$", "%.hpp$", "%.cc$", "%.cxx$", "%.c++$", "%.hh$", "%.hxx$", "%.h++$", "%.objcpp$", "%.m$", "%.java$"],
|
||||
"command": "clang-format --style=file $FILENAME",
|
||||
"url": "https://clang.llvm.org/docs/ClangFormat.html"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user