Skip to content

Instantly share code, notes, and snippets.

@SX91
SX91 / demo.cpp
Created December 20, 2018 17:51
ClangFormatIJ wrecks non-ascii files
#include <ostream>
struct A {};
// And here we go insane! И вот с этого места всё накрылось.
struct B {
int a;
};