Last editorconfig fixup (#17782)

* one

* two

* three

* fsdsdf
This commit is contained in:
Fluffy
2023-11-20 19:22:42 +01:00
committed by GitHub
parent 635c3d4398
commit c25c8b6a37
346 changed files with 408 additions and 367 deletions

View File

@@ -50,4 +50,4 @@ var/global/file_uid = 0
if(input_password == password)
return TRUE
else
return FALSE
return FALSE

View File

@@ -16,4 +16,4 @@
size = max(1, round(length(stored_data) / block_size))
/datum/computer_file/data/logfile
filetype = "LOG"
filetype = "LOG"

View File

@@ -40,4 +40,4 @@
// /datum/computer_file/data/news_article/space/vol_five
// filename = "SPACE Magazine vol. 5"
// server_file_path = 'news_articles/space_magazine_5.html'
// archived = 0
// archived = 0

View File

@@ -25,4 +25,4 @@
/datum/computer_file/program/pai_access_lock/program_hidden()
if(!computer.personal_ai)
return TRUE
return FALSE
return FALSE

View File

@@ -11,4 +11,4 @@
return temp
/datum/computer_file/script/proc/calculate_size()
size = max(1, round(length(code) / block_size))
size = max(1, round(length(code) / block_size))