fix formatting

main
cosmonaut 2022-03-03 17:42:00 -08:00
parent b2abdb4a55
commit 4e4746dd4c
4 changed files with 67 additions and 53 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.cs]
csharp_space_after_cast = true
charset = utf-8-bom
max_line_length = 100

View File

@ -1,4 +1,4 @@
using MoonWorks.Graphics;
using MoonWorks.Graphics;
using MoonWorks;
using ImGuiNET;
using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Runtime.InteropServices;
using MoonWorks;

View File

@ -1,4 +1,4 @@
using MoonWorks.Graphics;
using MoonWorks.Graphics;
using MoonWorks.Math;
namespace MoonWorksImGuiExample