This is an automated email from the ASF dual-hosted git repository.

blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 9328efa  cross platform compatibility (#127)
9328efa is described below

commit 9328efa93e9933f6758dbda7a0145fe02e24a229
Author: entvex <[email protected]>
AuthorDate: Fri Nov 18 08:31:43 2022 +0100

    cross platform compatibility (#127)
    
    Removed end_of_line = crlf. Line endings are OS specific and should not be 
part of .editorcofig.
    
    Added charset = utf-8. Defaulting all file encodings to UTF-8
    
    Co-authored-by: David Jensen <[email protected]>
---
 .editorconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index 24200ea..d3cb259 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,6 +5,7 @@ root = true
 # All files
 [*]
 indent_style = space
+charset = utf-8
 
 # XML project files
 [*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}]
@@ -21,7 +22,6 @@ tab_width = 4
 indent_size = 4
 
 # New line preferences
-end_of_line = crlf
 insert_final_newline = true
 ###############################
 # .NET Coding Conventions     #
@@ -202,4 +202,4 @@ resharper_csharp_qualified_using_at_nested_scope = true
 # 
https://www.jetbrains.com/help/resharper/EditorConfig_CSHARP_CSharpCodeStylePageImplSchema.html?keymap=rs#resharper_csharp_sort_usings_with_system_first
 # resharper_sort_usings_with_system_first = false
 # 
https://www.jetbrains.com/help/resharper/EditorConfig_CSHARP_LineBreaksPageSchema.html?keymap=rs#resharper_csharp_insert_final_newline
-# resharper_csharp_insert_final_newline = true
\ No newline at end of file
+# resharper_csharp_insert_final_newline = true

Reply via email to