Skip to content

Commit

Permalink
added editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
sirati committed Dec 11, 2017
1 parent a857659 commit d638c00
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[*]
charset=utf-8
end_of_line=crlf
trim_trailing_whitespace=false
insert_final_newline=false
indent_style=space
indent_size=4

[{.babelrc,.stylelintrc,.eslintrc,jest.config,*.bowerrc,*.jsb3,*.jsb2,*.json}]
indent_style=space
indent_size=2

2 changes: 2 additions & 0 deletions TestLauncher/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using Progression.Util.Keys;
using Progression.Engine.Core.World;
Expand All @@ -20,6 +21,7 @@

namespace TestLauncher
{
[SuppressMessage("ReSharper", "HeapView.BoxingAllocation")]
internal static class Program
{
/// <summary>
Expand Down

0 comments on commit d638c00

Please sign in to comment.