Title should mention it's about linux.
int main() {
if (a < b)
if (c > d)
;
}
You can switch between the less-than and greater-than sign using '%' key in vim. I bet no other ide can do that. cmake_minimum_required(VERSION 3.0)
project(prog)
include_directories(.)
file(GLOB_RECURSE sources *.h *.cpp *.c *.hpp)
add_executable(prog main.c)
variables might have to be tweaked a bit.