mirror of
https://github.com/CapsAdmin/pac3.git
synced 2025-03-04 03:03:01 -05:00
Added editor config
This commit is contained in:
parent
cc7800b7f2
commit
ac5cb3ee9e
7
.editorconfig
Normal file
7
.editorconfig
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
root = true
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = tab
|
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"editor.tabSize": 4,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.trimAutoWhitespace": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.eol": "\n"
|
||||
}
|
@ -17,7 +17,7 @@ pac.EndStorableVars()
|
||||
|
||||
function PART:Initialize()
|
||||
local owner = self:GetOwner(true)
|
||||
if owner ~= NULL then
|
||||
if owner ~= NULL then
|
||||
owner.pac_cameras = owner.pac_cameras or {}
|
||||
owner.pac_cameras[self] = self
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user