mirror of
https://github.com/amix/vimrc
synced 2025-07-07 08:45:00 +08:00
Add support of auto format files.
This commit is contained in:
4
sources_non_forked/vim-autoformat/samples/csharp.cs
Normal file
4
sources_non_forked/vim-autoformat/samples/csharp.cs
Normal file
@ -0,0 +1,4 @@
|
||||
using System; class Program { static int Main(string[] args) { Console.WriteLine(args[0]); int i = 0; i++; return 0; }
|
||||
public int Foo() { switch (1) { case 1: int i = 0; default: int j = 1; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user