From 30f41c02aec763d32e62351452da9ef582bc3472 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:30:59 -0800 Subject: Move contrib libraries to contrib repo --- contrib/SDL-3.2.8/.editorconfig | 69 ----------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 contrib/SDL-3.2.8/.editorconfig (limited to 'contrib/SDL-3.2.8/.editorconfig') diff --git a/contrib/SDL-3.2.8/.editorconfig b/contrib/SDL-3.2.8/.editorconfig deleted file mode 100644 index 1618303..0000000 --- a/contrib/SDL-3.2.8/.editorconfig +++ /dev/null @@ -1,69 +0,0 @@ -# For format see editorconfig.org -# Copyright 2022 Collabora Ltd. -# SPDX-License-Identifier: Zlib - -root = true - -[*.{c,cc,cg,cpp,gradle,h,java,m,metal,pl,py,S,sh,txt}] -indent_size = 4 -indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true - -[*.{html,js,json,m4,yml,yaml,vcxproj,vcxproj.filters}] -indent_size = 2 -indent_style = space -trim_tailing_whitespace = true - -[*.xml] -indent_size = 4 -indent_style = space - -[{CMakeLists.txt,cmake/*.cmake}] -indent_size = 2 -indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true - -[{cmake/cmake_uninstall.cmake.in,test/CMakeLists.txt,cmake/SDL3Config.cmake.in}] -indent_size = 4 -indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true - -[{Makefile.*,*.mk,*.sln,*.pbxproj,*.plist}] -indent_size = 8 -indent_style = tab -tab_width = 8 - -[src/joystick/controller_type.*] -indent_style = tab - -[src/joystick/hidapi/steam/*.h] -indent_style = tab - -[src/libm/*.c] -indent_style = tab - -[src/test/SDL_test_{crc32,md5,random}.c] -indent_size = 2 -indent_style = space - -[src/video/yuv2rgb/*.{c,h}] -indent_style = tab - -[wayland-protocols/*.xml] -indent_size = 2 -indent_style = space - -[*.{markdown,md}] -indent_size = 4 -indent_style = space -# Markdown syntax treats tabs as 4 spaces -tab_width = 4 - -[{*.bat,*.rc}] -end_of_line = crlf - -[*.cocci] -insert_final_newline = true -- cgit v1.2.3