Skip to content

Instantly share code, notes, and snippets.

@SX91
Created December 20, 2018 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SX91/83951540606837e26576bed462676df7 to your computer and use it in GitHub Desktop.
Save SX91/83951540606837e26576bed462676df7 to your computer and use it in GitHub Desktop.
ClangFormatIJ wrecks non-ascii files
#include <ostream>
struct A {};
// And here we go insane! И вот с этого места всё накрылось.
struct B {
int a;
};
int main(void)
{
std::cout << "hello, world!\n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment